[INFO] fetching crate embedded-plots 0.2.0...
[INFO] checking embedded-plots-0.2.0 against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] extracting crate embedded-plots 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate embedded-plots 0.2.0
[INFO] finished tweaking crates.io crate embedded-plots 0.2.0
[INFO] tweaked toml for crates.io crate embedded-plots 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate embedded-plots 0.2.0 on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate embedded-plots 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded test-case v1.2.3
[INFO] [stderr]   Downloaded lock_api v0.4.7
[INFO] [stderr]   Downloaded vcell v0.1.3
[INFO] [stderr]   Downloaded heapless v0.7.14
[INFO] [stderr]   Downloaded spin v0.9.3
[INFO] [stderr]   Downloaded bit_field v0.10.1
[INFO] [stderr]   Downloaded bare-metal v0.2.5
[INFO] [stderr]   Downloaded volatile-register v0.2.1
[INFO] [stderr]   Downloaded nb v1.0.0
[INFO] [stderr]   Downloaded az v1.2.0
[INFO] [stderr]   Downloaded atomic-polyfill v0.1.8
[INFO] [stderr]   Downloaded bare-metal v1.0.0
[INFO] [stderr]   Downloaded riscv-target v0.1.2
[INFO] [stderr]   Downloaded critical-section v0.2.7
[INFO] [stderr]   Downloaded semver v1.0.10
[INFO] [stderr]   Downloaded embedded-graphics-simulator v0.3.0
[INFO] [stderr]   Downloaded once_cell v1.12.0
[INFO] [stderr]   Downloaded bytemuck v1.9.1
[INFO] [stderr]   Downloaded embedded-graphics-core v0.3.3
[INFO] [stderr]   Downloaded weezl v0.1.6
[INFO] [stderr]   Downloaded rayon-core v1.9.3
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.10
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.9
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.5
[INFO] [stderr]   Downloaded riscv v0.7.0
[INFO] [stderr]   Downloaded cortex-m v0.7.5
[INFO] [stderr]   Downloaded rayon v1.5.3
[INFO] [stderr]   Downloaded micromath v1.1.1
[INFO] [stderr]   Downloaded image v0.23.14
[INFO] [stderr]   Downloaded gif v0.11.4
[INFO] [stderr]   Downloaded embedded-graphics v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0
[INFO] running `Command { std: "docker" "start" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling crossbeam-utils v0.8.10
[INFO] [stderr]     Checking once_cell v1.12.0
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling semver v1.0.10
[INFO] [stderr]    Compiling az v1.2.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]     Checking weezl v0.1.6
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]     Checking micromath v1.1.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking bytemuck v1.9.1
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.9
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]     Checking crossbeam-channel v0.5.5
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling test-case v1.2.3
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]    Compiling heapless v0.7.14
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking sdl2-sys v0.32.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking spin v0.9.3
[INFO] [stderr]     Checking embedded-graphics-core v0.3.3
[INFO] [stderr]     Checking float-cmp v0.8.0
[INFO] [stderr]     Checking embedded-graphics v0.7.1
[INFO] [stderr]     Checking num v0.1.42
[INFO] [stderr]     Checking sdl2 v0.32.2
[INFO] [stderr]     Checking embedded-plots v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/curve.rs:38:51
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let x_range = match points.iter().map(|p| (p.x)).minmax() {
[INFO] [stdout]    |                                                   ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -         let x_range = match points.iter().map(|p| (p.x)).minmax() {
[INFO] [stdout] 38 +         let x_range = match points.iter().map(|p| p.x ).minmax() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/curve.rs:44:51
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let y_range = match points.iter().map(|p| (p.y)).minmax() {
[INFO] [stdout]    |                                                   ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -         let y_range = match points.iter().map(|p| (p.y)).minmax() {
[INFO] [stdout] 44 +         let y_range = match points.iter().map(|p| p.y ).minmax() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/curve.rs:28:86
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(points: &'a [PlotPoint], x_range: Range<i32>, y_range: Range<i32>) -> Curve {
[INFO] [stdout]    |                         -- the lifetime is named here                                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(points: &'a [PlotPoint], x_range: Range<i32>, y_range: Range<i32>) -> Curve<'a> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/curve.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn from_data(points: &'a [PlotPoint]) -> Curve {
[INFO] [stdout]    |                               --                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/single_plot.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot {
[INFO] [stdout]    |                        --       -- the lifetime is named here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]     Checking tiff v0.6.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking embedded-graphics-simulator v0.3.0
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/curve.rs:38:51
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let x_range = match points.iter().map(|p| (p.x)).minmax() {
[INFO] [stdout]    |                                                   ^   ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -         let x_range = match points.iter().map(|p| (p.x)).minmax() {
[INFO] [stdout] 38 +         let x_range = match points.iter().map(|p| p.x ).minmax() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/curve.rs:44:51
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let y_range = match points.iter().map(|p| (p.y)).minmax() {
[INFO] [stdout]    |                                                   ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -         let y_range = match points.iter().map(|p| (p.y)).minmax() {
[INFO] [stdout] 44 +         let y_range = match points.iter().map(|p| p.y ).minmax() {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/curve.rs:28:86
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(points: &'a [PlotPoint], x_range: Range<i32>, y_range: Range<i32>) -> Curve {
[INFO] [stdout]    |                         -- the lifetime is named here                                ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub fn new(points: &'a [PlotPoint], x_range: Range<i32>, y_range: Range<i32>) -> Curve<'a> {
[INFO] [stdout]    |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/curve.rs:37:50
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn from_data(points: &'a [PlotPoint]) -> Curve {
[INFO] [stdout]    |                               --                 ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn from_data(points: &'a [PlotPoint]) -> Curve<'a> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/single_plot.rs:19:73
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot {
[INFO] [stdout]    |                        --       -- the lifetime is named here           ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn new(curve: &'a Curve<'a>, x_scale: Scale, y_scale: Scale) -> SinglePlot<'a> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.16s
[INFO] running `Command { std: "docker" "inspect" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0", kill_on_drop: false }`
[INFO] [stdout] 5c225dd117bd07de7cdf3d8a5ec5ed122f083da83ad65031cab06a5bca028cc0
